Add(IEnumerable<DicomLabel>) Method
Add a list of DicomLabel objects
public void Add(
System.Collections.Generic.IEnumerable<DicomLabel>
)
public procedure Add(
: System.Collections.Generic.IEnumerable
);
public function Add(
: System.Collections.Generic.IEnumerable
);
public: void Add(
System.Collections.Generic.IEnumerable<DicomLabel*>*
)
public:
void Add(
System.Collections.Generic.IEnumerable<DicomLabel^>^
)
'Declaration
Public Overloads Sub Add( _
ByVal As System.Collections.Generic.IEnumerable(Of DicomLabel) _
)
'Usage
Dim instance As DicomLabelCollection
Dim Items As System.Collections.Generic.IEnumerable(Of DicomLabel)
instance.Add(Items)
Parameters
- Items
- Items to add
Target Platforms: .NET CLR 4.8 or higher